-
Notifications
You must be signed in to change notification settings - Fork 4k
[Release] Verify 3.0.0 release candidate #9245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@github-actions crossbow submit -p release=3.0.0 -p rc=1 -g verify-rc |
|
Revision: 981af09acf667d6d13fe3a88fac35fa9d0740ac3 Submitted crossbow builds: ursacomputing/crossbow @ actions-18 |
|
@kou I think the xenial package must be fixed by removing libprotobuf from the xenial control file, so exclude it from |
|
Oh, sorry. |
|
I'm going to cut RC2 with #9244 included. |
…on script Closes apache#9247 from kszucs/mimalloc-windows-verification Authored-by: Krisztián Szűcs <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
981af09 to
48dd91e
Compare
|
@github-actions crossbow submit -p release=3.0.0 -p rc=2 verify-rc-source-* |
|
Revision: 48dd91e Submitted crossbow builds: ursacomputing/crossbow @ actions-28 |
|
@github-actions crossbow submit -p release=3.0.0 -p rc=2 verify-rc-binaries-* |
|
Revision: 48dd91e Submitted crossbow builds: ursacomputing/crossbow @ actions-30
|
|
@github-actions crossbow submit -p release=3.0.0 -p rc=2 verify-rc-wheels-* |
|
Revision: 48dd91e Submitted crossbow builds: ursacomputing/crossbow @ actions-31
|
|
It seems that https://apache.bintray.com/arrow/debian-rc/pool/buster/main/a/apache-arrow/libparquet-glib300-dbgsym_3.0.0-1_arm64.deb is broken. Could you delete the |
|
Yes, I'm working on it. |
|
I'm re-uploading ubuntu-rc as well. |
|
Should be good now. |
|
This is not a blocker but arm64 APT packages miss #!/bin/sh
set -eux
for target in debian-buster ubuntu-xenial ubuntu-bionic ubuntu-focal ubuntu-groovy; do
curl -o packages/build-25/${target}-arm64/gir1.2-arrow-dataset-1.0_3.0.0-1_arm64.deb \
https://github.com/ursacomputing/crossbow/releases/download/build-25-travis-${target}-arm64/gir1.2-arrow-dataset-1.0_3.0.0-1_arm64.deb
curl -o packages/build-25/${target}-arm64/gir1.2-gandiva-1.0_3.0.0-1_arm64.deb \
https://github.com/ursacomputing/crossbow/releases/download/build-25-travis-${target}-arm64/gir1.2-gandiva-1.0_3.0.0-1_arm64.deb
doneand re-uploading Debian and Ubuntu files. But it's not required because this is not a blocker. (I think that nobody uses them.) |
|
I uploaded them, so theoretically they should be available now. |
|
Thanks! But it doesn't work because of my failure... Sorry... Anyway, we should mark this is a known problem of 3.0.0. |
|
#9273 is not a blocker but we can't use |
Updated. |
|
Confirmed. Thanks! |
d4608a9 to
356c300
Compare
|
Yes. Thanks for notifying this. |
No description provided.